-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancements and Bug Fixes for Improved Compatibility and Functionality #35
Open
arsarsars1
wants to merge
4
commits into
talkjs:main
Choose a base branch
from
arsarsars1:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
arsarsars1
commented
Jul 3, 2023
- Added accessibility enhancements to ensure compatibility with the iOS platform.
- Fixed Firebase authentication to work seamlessly on both iOS and Android platforms.
- Removed flutter_apns dependency as it was causing disconnection issues.
- fix the firebase auth to run on both platforms - removed flutter_apns because it disconnected
First of all thank you for your contribution. Having said that, there are a couple of things that I don't like in this PR:
|
Hi, thank you for your response and for reviewing the PR. I noticed that the APNS (Apple Push Notification Service) was disconnected from the Flutter code, which caused issues with iOS crash analytics. To resolve this, I removed the APNS integration. Thank you.

… On 03-Jul-2023, at 4:54 PM, Franco Bugnano ***@***.***> wrote:
First of all thank you for your contribution.
Before being able to accept any PR, no matter how small, we require every contributor to sign either the Individual CLA or the corporate CLA that you find in this repo, and email it to ***@***.*** ***@***.***>
Having said that, there are a couple of things that I don't like in this PR:
Please don't reformat the sources, as it makes it nearly impossible to understand what are actual changes, and what are only automated formatting changes
We don't use Firebase for push notifications on iOS, so removing the flutter_apns dependency results in breaking the push notifications on iOS
—
Reply to this email directly, view it on GitHub <#35 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AICXBKJEYPMCTR3YHZYH5WDXOKXHBANCNFSM6AAAAAAZ4IU5AE>.
You are receiving this because you authored the thread.
|
On 03-Jul-2023, at 4:59 PM, Abdul Rehman (A.R.S) ***@***.***> wrote:
Hi, thank you for your response and for reviewing the PR. I noticed that the APNS (Apple Push Notification Service) was disconnected from the Flutter code, which caused issues with iOS crash analytics. To resolve this, I removed the APNS integration. Thank you.

…> On 03-Jul-2023, at 4:54 PM, Franco Bugnano ***@***.***> wrote:
>
>
> First of all thank you for your contribution.
> Before being able to accept any PR, no matter how small, we require every contributor to sign either the Individual CLA or the corporate CLA that you find in this repo, and email it to ***@***.*** ***@***.***>
> Having said that, there are a couple of things that I don't like in this PR:
>
> Please don't reformat the sources, as it makes it nearly impossible to understand what are actual changes, and what are only automated formatting changes
> We don't use Firebase for push notifications on iOS, so removing the flutter_apns dependency results in breaking the push notifications on iOS
> —
> Reply to this email directly, view it on GitHub <#35 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AICXBKJEYPMCTR3YHZYH5WDXOKXHBANCNFSM6AAAAAAZ4IU5AE>.
> You are receiving this because you authored the thread.
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.